home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Just Call Me Internet
/
Just Call Me Internet.iso
/
prog
/
mint
/
duftp
/
init.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1995-06-15
|
184 b
|
14 lines
/*
DUFTP
*/
// Header for initialisation routines
#ifndef _DUFTP_INIT_
#define _DUFTP_INIT_
extern void initialise(void);
extern void reset_remote_list(void);
#endif